home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Rincón del lector / Reader's Contributions / HeadHunter™ / CYBERNET2.Dxr / 00027_p0.ls < prev    next >
Encoding:
Text File  |  1996-07-23  |  204 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("xx")
  3.   set variable to the castNum of sprite the clickOn
  4.   set variable to variable + 1
  5.   set the castNum of sprite the clickOn to variable
  6.   updateStage()
  7.   go(1, "port")
  8. end
  9.